Fix a crash when a display string is continued to the next line.
authorEli Zaretskii <eliz@gnu.org>
Tue, 27 Apr 2010 19:40:05 +0000 (22:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 27 Apr 2010 19:40:05 +0000 (22:40 +0300)
commit24405dbbac9b44afe13f1459cc76c8de37001539
treeefc43850718a2c32554dfa2b689571e66e95901b
parent6606170fa437fe55f8d4aecfa45ecab0d58fa1e3
Fix a crash when a display string is continued to the next line.

 xdisp.c (set_cursor_from_row): When looping over a display string,
 don't overstep the end of the glyph row.
src/ChangeLog
src/xdisp.c